3.4.75 \(\int \csc (e+f x) \sqrt {b \sec (e+f x)} \, dx\) [375]

Optimal. Leaf size=58 \[ \frac {\sqrt {b} \tan ^{-1}\left (\frac {\sqrt {b \sec (e+f x)}}{\sqrt {b}}\right )}{f}-\frac {\sqrt {b} \tanh ^{-1}\left (\frac {\sqrt {b \sec (e+f x)}}{\sqrt {b}}\right )}{f} \]

[Out]

arctan((b*sec(f*x+e))^(1/2)/b^(1/2))*b^(1/2)/f-arctanh((b*sec(f*x+e))^(1/2)/b^(1/2))*b^(1/2)/f

________________________________________________________________________________________

Rubi [A]
time = 0.03, antiderivative size = 58, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 5, integrand size = 19, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.263, Rules used = {2702, 335, 304, 209, 212} \begin {gather*} \frac {\sqrt {b} \text {ArcTan}\left (\frac {\sqrt {b \sec (e+f x)}}{\sqrt {b}}\right )}{f}-\frac {\sqrt {b} \tanh ^{-1}\left (\frac {\sqrt {b \sec (e+f x)}}{\sqrt {b}}\right )}{f} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Csc[e + f*x]*Sqrt[b*Sec[e + f*x]],x]

[Out]

(Sqrt[b]*ArcTan[Sqrt[b*Sec[e + f*x]]/Sqrt[b]])/f - (Sqrt[b]*ArcTanh[Sqrt[b*Sec[e + f*x]]/Sqrt[b]])/f

Rule 209

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[b, 2]))*ArcTan[Rt[b, 2]*(x/Rt[a, 2])], x] /;
 FreeQ[{a, b}, x] && PosQ[a/b] && (GtQ[a, 0] || GtQ[b, 0])

Rule 212

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[-b, 2]))*ArcTanh[Rt[-b, 2]*(x/Rt[a, 2])], x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 304

Int[(x_)^2/((a_) + (b_.)*(x_)^4), x_Symbol] :> With[{r = Numerator[Rt[-a/b, 2]], s = Denominator[Rt[-a/b, 2]]}
, Dist[s/(2*b), Int[1/(r + s*x^2), x], x] - Dist[s/(2*b), Int[1/(r - s*x^2), x], x]] /; FreeQ[{a, b}, x] &&  !
GtQ[a/b, 0]

Rule 335

Int[((c_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> With[{k = Denominator[m]}, Dist[k/c, Subst[I
nt[x^(k*(m + 1) - 1)*(a + b*(x^(k*n)/c^n))^p, x], x, (c*x)^(1/k)], x]] /; FreeQ[{a, b, c, p}, x] && IGtQ[n, 0]
 && FractionQ[m] && IntBinomialQ[a, b, c, n, m, p, x]

Rule 2702

Int[csc[(e_.) + (f_.)*(x_)]^(n_.)*((a_.)*sec[(e_.) + (f_.)*(x_)])^(m_), x_Symbol] :> Dist[1/(f*a^n), Subst[Int
[x^(m + n - 1)/(-1 + x^2/a^2)^((n + 1)/2), x], x, a*Sec[e + f*x]], x] /; FreeQ[{a, e, f, m}, x] && IntegerQ[(n
 + 1)/2] &&  !(IntegerQ[(m + 1)/2] && LtQ[0, m, n])

Rubi steps

\begin {align*} \int \csc (e+f x) \sqrt {b \sec (e+f x)} \, dx &=\frac {\text {Subst}\left (\int \frac {\sqrt {x}}{-1+\frac {x^2}{b^2}} \, dx,x,b \sec (e+f x)\right )}{b f}\\ &=\frac {2 \text {Subst}\left (\int \frac {x^2}{-1+\frac {x^4}{b^2}} \, dx,x,\sqrt {b \sec (e+f x)}\right )}{b f}\\ &=-\frac {b \text {Subst}\left (\int \frac {1}{b-x^2} \, dx,x,\sqrt {b \sec (e+f x)}\right )}{f}+\frac {b \text {Subst}\left (\int \frac {1}{b+x^2} \, dx,x,\sqrt {b \sec (e+f x)}\right )}{f}\\ &=\frac {\sqrt {b} \tan ^{-1}\left (\frac {\sqrt {b \sec (e+f x)}}{\sqrt {b}}\right )}{f}-\frac {\sqrt {b} \tanh ^{-1}\left (\frac {\sqrt {b \sec (e+f x)}}{\sqrt {b}}\right )}{f}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.26, size = 73, normalized size = 1.26 \begin {gather*} \frac {\left (2 \tan ^{-1}\left (\sqrt {\sec (e+f x)}\right )+\log \left (1-\sqrt {\sec (e+f x)}\right )-\log \left (1+\sqrt {\sec (e+f x)}\right )\right ) \sqrt {b \sec (e+f x)}}{2 f \sqrt {\sec (e+f x)}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Csc[e + f*x]*Sqrt[b*Sec[e + f*x]],x]

[Out]

((2*ArcTan[Sqrt[Sec[e + f*x]]] + Log[1 - Sqrt[Sec[e + f*x]]] - Log[1 + Sqrt[Sec[e + f*x]]])*Sqrt[b*Sec[e + f*x
]])/(2*f*Sqrt[Sec[e + f*x]])

________________________________________________________________________________________

Maple [B] Leaf count of result is larger than twice the leaf count of optimal. \(168\) vs. \(2(46)=92\).
time = 0.20, size = 169, normalized size = 2.91

method result size
default \(-\frac {\sqrt {\frac {b}{\cos \left (f x +e \right )}}\, \cos \left (f x +e \right ) \left (-1+\cos \left (f x +e \right )\right ) \left (\arctan \left (\frac {1}{2 \sqrt {-\frac {\cos \left (f x +e \right )}{\left (\cos \left (f x +e \right )+1\right )^{2}}}}\right )-\ln \left (-\frac {2 \left (2 \left (\cos ^{2}\left (f x +e \right )\right ) \sqrt {-\frac {\cos \left (f x +e \right )}{\left (\cos \left (f x +e \right )+1\right )^{2}}}-\left (\cos ^{2}\left (f x +e \right )\right )+2 \cos \left (f x +e \right )-2 \sqrt {-\frac {\cos \left (f x +e \right )}{\left (\cos \left (f x +e \right )+1\right )^{2}}}-1\right )}{\sin \left (f x +e \right )^{2}}\right )\right )}{2 f \sin \left (f x +e \right )^{2} \sqrt {-\frac {\cos \left (f x +e \right )}{\left (\cos \left (f x +e \right )+1\right )^{2}}}}\) \(169\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(csc(f*x+e)*(b*sec(f*x+e))^(1/2),x,method=_RETURNVERBOSE)

[Out]

-1/2/f*(b/cos(f*x+e))^(1/2)*cos(f*x+e)*(-1+cos(f*x+e))*(arctan(1/2/(-cos(f*x+e)/(cos(f*x+e)+1)^2)^(1/2))-ln(-2
*(2*cos(f*x+e)^2*(-cos(f*x+e)/(cos(f*x+e)+1)^2)^(1/2)-cos(f*x+e)^2+2*cos(f*x+e)-2*(-cos(f*x+e)/(cos(f*x+e)+1)^
2)^(1/2)-1)/sin(f*x+e)^2))/sin(f*x+e)^2/(-cos(f*x+e)/(cos(f*x+e)+1)^2)^(1/2)

________________________________________________________________________________________

Maxima [A]
time = 0.49, size = 75, normalized size = 1.29 \begin {gather*} \frac {b {\left (\frac {2 \, \arctan \left (\frac {\sqrt {\frac {b}{\cos \left (f x + e\right )}}}{\sqrt {b}}\right )}{\sqrt {b}} + \frac {\log \left (-\frac {\sqrt {b} - \sqrt {\frac {b}{\cos \left (f x + e\right )}}}{\sqrt {b} + \sqrt {\frac {b}{\cos \left (f x + e\right )}}}\right )}{\sqrt {b}}\right )}}{2 \, f} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(f*x+e)*(b*sec(f*x+e))^(1/2),x, algorithm="maxima")

[Out]

1/2*b*(2*arctan(sqrt(b/cos(f*x + e))/sqrt(b))/sqrt(b) + log(-(sqrt(b) - sqrt(b/cos(f*x + e)))/(sqrt(b) + sqrt(
b/cos(f*x + e))))/sqrt(b))/f

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 126 vs. \(2 (48) = 96\).
time = 0.44, size = 265, normalized size = 4.57 \begin {gather*} \left [\frac {2 \, \sqrt {-b} \arctan \left (\frac {\sqrt {-b} \sqrt {\frac {b}{\cos \left (f x + e\right )}} {\left (\cos \left (f x + e\right ) + 1\right )}}{2 \, b}\right ) + \sqrt {-b} \log \left (\frac {b \cos \left (f x + e\right )^{2} - 4 \, {\left (\cos \left (f x + e\right )^{2} - \cos \left (f x + e\right )\right )} \sqrt {-b} \sqrt {\frac {b}{\cos \left (f x + e\right )}} - 6 \, b \cos \left (f x + e\right ) + b}{\cos \left (f x + e\right )^{2} + 2 \, \cos \left (f x + e\right ) + 1}\right )}{4 \, f}, -\frac {2 \, \sqrt {b} \arctan \left (\frac {\sqrt {\frac {b}{\cos \left (f x + e\right )}} {\left (\cos \left (f x + e\right ) - 1\right )}}{2 \, \sqrt {b}}\right ) - \sqrt {b} \log \left (\frac {b \cos \left (f x + e\right )^{2} - 4 \, {\left (\cos \left (f x + e\right )^{2} + \cos \left (f x + e\right )\right )} \sqrt {b} \sqrt {\frac {b}{\cos \left (f x + e\right )}} + 6 \, b \cos \left (f x + e\right ) + b}{\cos \left (f x + e\right )^{2} - 2 \, \cos \left (f x + e\right ) + 1}\right )}{4 \, f}\right ] \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(f*x+e)*(b*sec(f*x+e))^(1/2),x, algorithm="fricas")

[Out]

[1/4*(2*sqrt(-b)*arctan(1/2*sqrt(-b)*sqrt(b/cos(f*x + e))*(cos(f*x + e) + 1)/b) + sqrt(-b)*log((b*cos(f*x + e)
^2 - 4*(cos(f*x + e)^2 - cos(f*x + e))*sqrt(-b)*sqrt(b/cos(f*x + e)) - 6*b*cos(f*x + e) + b)/(cos(f*x + e)^2 +
 2*cos(f*x + e) + 1)))/f, -1/4*(2*sqrt(b)*arctan(1/2*sqrt(b/cos(f*x + e))*(cos(f*x + e) - 1)/sqrt(b)) - sqrt(b
)*log((b*cos(f*x + e)^2 - 4*(cos(f*x + e)^2 + cos(f*x + e))*sqrt(b)*sqrt(b/cos(f*x + e)) + 6*b*cos(f*x + e) +
b)/(cos(f*x + e)^2 - 2*cos(f*x + e) + 1)))/f]

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \sqrt {b \sec {\left (e + f x \right )}} \csc {\left (e + f x \right )}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(f*x+e)*(b*sec(f*x+e))**(1/2),x)

[Out]

Integral(sqrt(b*sec(e + f*x))*csc(e + f*x), x)

________________________________________________________________________________________

Giac [A]
time = 4.29, size = 64, normalized size = 1.10 \begin {gather*} \frac {b^{2} {\left (\frac {\arctan \left (\frac {\sqrt {b \cos \left (f x + e\right )}}{\sqrt {-b}}\right )}{\sqrt {-b} b} - \frac {\arctan \left (\frac {\sqrt {b \cos \left (f x + e\right )}}{\sqrt {b}}\right )}{b^{\frac {3}{2}}}\right )} \mathrm {sgn}\left (\cos \left (f x + e\right )\right )}{f} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(f*x+e)*(b*sec(f*x+e))^(1/2),x, algorithm="giac")

[Out]

b^2*(arctan(sqrt(b*cos(f*x + e))/sqrt(-b))/(sqrt(-b)*b) - arctan(sqrt(b*cos(f*x + e))/sqrt(b))/b^(3/2))*sgn(co
s(f*x + e))/f

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.02 \begin {gather*} \int \frac {\sqrt {\frac {b}{\cos \left (e+f\,x\right )}}}{\sin \left (e+f\,x\right )} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b/cos(e + f*x))^(1/2)/sin(e + f*x),x)

[Out]

int((b/cos(e + f*x))^(1/2)/sin(e + f*x), x)

________________________________________________________________________________________